Gets a Boolean value determining whether the ReentrantObservableCollection<(Of <(<'T>)>)> is in update mode (BeginUpdate()()()() has been called).

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public bool InUpdate { get; }
Visual Basic (Declaration)
Public ReadOnly Property InUpdate As Boolean
	Get

See Also